var net/http.http2client

4 uses

	net/http (current package)
		transport.go#L389: var http2client = godebug.New("http2client")
		transport.go#L395: 	if http2client.Value() == "0" {
		transport.go#L396: 		http2client.IncNonDefault()
		transport.go#L476: 	case http2client.Value() == "0":